home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-12-31 | 275 b | 12 lines |
- CGXDIR = /
- FLAGS = -3.1 -mRR -mi -proto -I$(CGXDIR)include
- LIBS = -L$(CGXDIR)dlib -lcybergraphics
-
- all : ScreenModeReq Window
-
- ScreenModeReq : ScreenModeReq.c
- dcc $(FLAGS) -o %(left) %(right) $(LIBS)
-
- Window : Window.c
- dcc $(FLAGS) -o %(left) %(right) $(LIBS)
-